ComponentOne Data Source for Entity Framework
C1.LiveLinq.Collections Namespace / IndexedCollection<T> Class / Add Method

In This Topic
    Add Method (IndexedCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As T _
    ) 
    public void Add( 
       T item
    )

    Parameters

    item
    See Also